[XEND] Apply the domain cpumask fully to every vcpu in the domain.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 15 Aug 2006 09:56:59 +0000 (10:56 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 15 Aug 2006 09:56:59 +0000 (10:56 +0100)
commit13451be1da714dc48351e091b02a984a25170eeb
treed9d502cc38dea95901c2bcdcc008091b64560df0
parent46655653d33b6a1d5bcb0a882e5903b30091d5e6
[XEND] Apply the domain cpumask fully to every vcpu in the domain.

Apply the domain cpumask to each vcpu rather than mapping vcpus to
cpus in the list.  This is more inline with the comments for the
cpus parameter and also allows the credit scheduler to balance
vcpus within the domain cpumask.

Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
tools/python/xen/xend/XendDomainInfo.py